union _MMVIEW_CONTROL_AREA// Size=0x4
{
    struct _CONTROL_AREA * ControlArea;// Offset=0x0 Size=0x4
    unsigned long Writable:1;// Offset=0x0 Size=0x4 BitOffset=0x0 BitSize=0x1
    unsigned long ExceptionForInPageErrors:1;// Offset=0x0 Size=0x4 BitOffset=0x1 BitSize=0x1
    unsigned long Unused:1;// Offset=0x0 Size=0x4 BitOffset=0x2 BitSize=0x1
    unsigned long UsedForControlArea:29;// Offset=0x0 Size=0x4 BitOffset=0x3 BitSize=0x1d
};